To retrieve a detailed log of your messaging history, use the following code:
Rest API Url: https://messagingapis.paylite.net/api/messagingdata/GetEmailByIds
Content-type: application/json
Request: Post
{
"ApiKey": "Your API Key",
"EmailIds":
[
"00d1e9734ed84568ae820c487f4397c9"
]
}